Best way to set up servers for .NET performance [migrated]

Posted by msigman on Programmers See other posts from Programmers or by msigman
Published on 2012-04-14T14:56:01Z Indexed on 2012/04/14 17:41 UTC
Read the original article Hit count: 159

Filed under:
|

Assume we have 3 physical servers and let's say we are only interested in performance, and not reliability. Is it better to give each server a specific function or make them all duplicates and split the traffic between them?

In other words dedicate 1 as DB server, 1 as web server, and 1 as reporting server/data warehouse, or better to put all three services on each server and use them as web farm?

© Programmers or respective owner

Related posts about .NET

Related posts about iis